home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.14 / 1998-05_Disc_3.14.bin / arsenal / arsenal files / splash / strings.txt < prev    next >
Text File  |  1998-01-29  |  19KB  |  635 lines

  1. //
  2. //
  3. //    ==THIS IS THE LOCALIZATION-FRIENDLY "STRINGS" FILE==
  4. //    ========USED BY INSTALLSHIELD AND SPLASH.EXE========
  5. //
  6. //
  7. //    INSTRUCTIONS:
  8. //
  9. //    * Any line that starts with a // (double front slash) is
  10. //      ignored (commented) by Splash.exe and InstallShield.
  11. //
  12. //    * Any line that begins with a ## (double pound) is
  13. //      a string name definition.  This string name maps the string
  14. //      data to the euqivalent string in Installshield and splash.
  15. //      Changing this means that the string data will probably not get
  16. //      mapped correctly or will overwrite a different string, so don't
  17. //      change any name definitions unless you know what you're doing!
  18. //
  19. //    * Any line which is not a name definition or a comment is string data.
  20. //      A string data group is considered to be a set consecutive string data lines,
  21. //      and thus may include newline characters.
  22. //
  23. //    * you MAY change commented lines however you like.  
  24. //    
  25. //    * you MAY add or delete lines within a string group, so long as you do not
  26. //      delete the group, or put non-string data lines into the group.
  27. //
  28. //    * you MAY add commented lines, so long as you do not break up a string
  29. //      data group.
  30. //
  31. //    * you MAY change the order of the strings, so long as you also move the
  32. //      name definitions.  As this is prone to error, I suggest not doing it, though.
  33. //
  34. //    * THIS DOCUMENT MUST BE SAVED AS A .TXT FILE.
  35. //
  36. //    * Max string length = 512 characters.
  37. //
  38. //
  39. ////////////////////////////////////////////////////////////////////
  40. ////////////////////////////////////////////////////////////////////
  41. ////////////////////////////////////////////////////////////////////
  42. //
  43. ##    szFontName
  44. //
  45. //    This is here so that we can easily change the font used in
  46. //    our home-made dialog boxes.
  47. //
  48. Windows system font
  49. ////////////////////////////////////////////////////////////////////
  50. ##    szFontHeight
  51. //
  52. //    szFontHeight is converted to an integer after being read to
  53. //    determine the size of the font to use
  54. //        
  55. 14
  56. ////////////////////////////////////////////////////////////////////
  57. ##    szCompanyName
  58. //
  59. //    After installation, this ends up as a registry key directly
  60. //    under the HKEY_LOCAL_MACHINE/SOFTWARE key.
  61. //
  62. Activision
  63. ////////////////////////////////////////////////////////////////////
  64. ##    szAppName
  65. //
  66. //    After installation, this ends up as a registry key directly
  67. //    under the HKEY_LOCAL_MACHINE/SOFTWARE/szCompanyName key.
  68. //    This also ends up as the program folder icon name for the
  69. //    main executable.
  70. //
  71. Interstate '76 Arsenal Demo
  72. ////////////////////////////////////////////////////////////////////
  73. ##    szRootDir
  74. //    The default "install to" path in InstallShield will be
  75. //    \Program Files\szCompanyName\szRootDir.
  76. //
  77. I76 Arsenal Demo
  78. ////////////////////////////////////////////////////////////////////
  79. ##    szFTPReference
  80. //    The game updater uses this to recognize this game.
  81. //
  82. I76ARSDW95
  83. ////////////////////////////////////////////////////////////////////
  84. ##    szProgramExecutable
  85. //
  86. //    This is the actual name of the main executable program.
  87. //
  88. Nitro.exe
  89. ////////////////////////////////////////////////////////////////////
  90. ##    szProductKey
  91. //
  92. //    After installation, this ends up as a registry key directly
  93. //    under the HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/
  94. //    CurrentVersion/App Paths key.
  95. //    In some cases, this is the same as szProgramExecutable.
  96. //
  97. Tvf_exe
  98. ////////////////////////////////////////////////////////////////////
  99. ##    szProductVersion
  100. //    After installation, this ends up as a registry key directly
  101. //    under the HKEY_LOCAL_MACHINE/SOFTWARE/szCompanyName/
  102. //    szAppName key.
  103. //
  104. 1.0
  105. ////////////////////////////////////////////////////////////////////
  106. ##    szProgramFolderName  
  107. //
  108. //    This is what gets put into the Windows95 Taskbar Start Menu.
  109. //    In other words, after installation there will be a folder
  110. //    called Windows\Start Menu\Programs\szProgramFolderName.
  111. //
  112. Interstate '76 Arsenal Demo
  113. ////////////////////////////////////////////////////////////////////
  114. ##    szPlay  
  115. //
  116. Play I'76 Arsenal Demo
  117. ////////////////////////////////////////////////////////////////////
  118. ##    szTechnicalHelp
  119. //
  120. Technical Help
  121. ////////////////////////////////////////////////////////////////////
  122. ##    szUninstall
  123. //
  124. Uninstall I'76 Arsenal Demo
  125. ////////////////////////////////////////////////////////////////////
  126. ##    szUpgradeFolderName
  127. //
  128. //    these are the start menu items for the upgrade
  129. //
  130. Interstate '76 
  131. ////////////////////////////////////////////////////////////////////
  132. ##    szPlayUpgrade
  133. //
  134. Interstate '76
  135. ////////////////////////////////////////////////////////////////////
  136. ##    szUpgradeHelp
  137. //
  138. Interstate '76 Help
  139. ////////////////////////////////////////////////////////////////////
  140. ##    szUninstallName
  141. //
  142. //    This is what shows up in the Add/Remove Programs list box
  143. //    located in the control panel after installation.
  144. //
  145. Interstate '76 Arsenal Demo
  146. ////////////////////////////////////////////////////////////////////
  147. ##    szUninstallKey
  148. //
  149. //    After installation, this ends up as a registry key directly
  150. //    under the HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/
  151. //    CurrentVersion/Uninstall key.
  152. //
  153. I76ArsenalDemoUninstallKey
  154. ////////////////////////////////////////////////////////////////////
  155. ##    szAppWindowName
  156. //
  157. //    To find out what this should be, run the game and press
  158. //    Ctrl-Alt-Delete.  The game's window name will show in the
  159. //    list box.  This variable is used to prevent Splash.exe from
  160. //    running when the game is already running.
  161. //
  162. Interstate '76 Nitro Pack
  163. ////////////////////////////////////////////////////////////////////
  164. ##    szAppWindowClass
  165. //
  166. //    This is similar to szAppWindowName.  Ask the Game's
  167. //    developers what they called the game's window class or use
  168. //    Spy++.  This is also used to detect if the games is running.
  169. //
  170. Interstate '76 Nitro Pack
  171. ////////////////////////////////////////////////////////////////////
  172. ##    szSplashScreenName
  173. //
  174. //    This is the name of the window and the window class of the
  175. //    splash screen.  This string shows up in the Ctrl-Alt-Delete
  176. //    dialog box when the splash screen is running.
  177. //
  178. The Interstate '76 Arsenal Demo Splash Screen
  179. ////////////////////////////////////////////////////////////////////
  180. ##    sz16ColorWarning
  181. //
  182. //    This is self-explanatory.
  183. //
  184. Interstate '76 Arsenal Demo does not support 16-color mode.
  185. ////////////////////////////////////////////////////////////////////
  186. ##    szMovieWarning
  187. //
  188. //    This is displayed to the user's system is in 256-color mode
  189. //    and attempts to play a high-color movie.
  190. //
  191. In order to play this movie, your system must be in 16-bit color mode or higher.  Please change your system's color mode and restart Splash.
  192. ////////////////////////////////////////////////////////////////////
  193. ##    szFindBitmapWarning
  194. //
  195. //    This is displayed to the user if there is an error (for
  196. //    whatever reason) loading a bmp from the disk.
  197. //
  198. Unable to load a necessary bitmap.  (See bmperror.log on your desktop.)
  199. ////////////////////////////////////////////////////////////////////
  200. ##    szOutOfMemoryWarning
  201. //
  202. //    This is displayed to the user whenever a call to "malloc"
  203. //    or "new" fails.
  204. //
  205. Unable to allocate enough RAM.
  206. ////////////////////////////////////////////////////////////////////
  207. ##    szFindBrowserWarning
  208. //
  209. //    This is displayed to the user if a web button is pressed and
  210. //    neither Netscape nor IExplore is found on their system.
  211. //
  212. Sorry, Splash was unable to find an appropriate web browser to perform this action.
  213. ////////////////////////////////////////////////////////////////////
  214. ##    szInformation
  215. //
  216. //    The localized translation of the word "Information."
  217. //
  218. Information
  219. ////////////////////////////////////////////////////////////////////
  220. //    DirectX Dialog Box Strings.
  221. //    Displayed when the user does not have DirectX installed.
  222. //
  223. ##    szDirectX
  224. //
  225. Microsoft DirectX 5 was not detected on your system.
  226.  
  227. This game requires Microsoft DirectX 5 drivers, which enhance the sound and graphics capabilities of your system. These drivers may not be compatible with some video cards and certain display modes.
  228.  
  229. DirectX 5 will be installed over your existing video card drivers and any previous versions of DirectX, after which you may be instructed to restart your computer.
  230.  
  231. If you do not want to install DirectX 5 or you believe that DirectX 5 is incompatible with your hardware, please click the Cancel button below.
  232. ////////////////////////////////////////////////////////////////////
  233. //    DirectX message for downloadable demo.
  234. //    Displayed when the user does not have DirectX installed.
  235. //
  236. ##    szDirectXMessage
  237. //
  238. Microsoft DirectX 5 was not detected on your system.
  239.  
  240. This game requires Microsoft DirectX 5 drivers, which enhance the sound and graphics capabilities of your system.
  241.  
  242. To install DirectX 5, we suggest that you visit Microsoft's website at http://www.microsoft.com.
  243. //
  244. ##    szExit
  245. //
  246. Exit
  247. //
  248. ##    szMicrosoft
  249. //
  250. If you experience problems with DirectX, please contact Microsoft at:
  251.  
  252.  
  253. Microsoft Customer Sales and Service
  254.  
  255. One Microsoft Way
  256.  
  257. Redmond, WA  98052-6399  USA
  258.  
  259.  
  260. Call 1-800-426-9400 in the US
  261.  
  262. Call +1-206-882-8080 outside the United States
  263.  
  264.  
  265. Click OK to continue installing DirectX 5.  Click Cancel to cancel DirectX 5 installation.
  266. //
  267. ##    szDirectXInstalledNoRestart
  268. //
  269. DirectX 5 was successfully installed.
  270. //
  271. ##    szDirectXInstalledRestart
  272. //
  273. DirectX 5 was successfully installed.  You will need to restart you computer before playing the Interstate '76 Arsenal Demo.
  274. ////////////////////////////////////////////////////////////////////
  275. ##    szInsertCD
  276. //
  277. //    if something needs to be launched off the CD, this message text is given to the user
  278. //
  279. Please insert the Interstate '76 Arsenal Demo disk in your CDROM drive.  Click OK when ready.
  280. ////////////////////////////////////////////////////////////////////
  281. ##    szWelcome
  282. //
  283. //    Welcome Dialog Box Strings
  284. //    Displayed on the InstallShield Welcome dialog box.
  285. //
  286. Welcome to the Interstate '76 Arsenal Demo installation program.
  287.  
  288. We recommend that you shut down all other Windows programs before continuing.  You may click Cancel to quit the Setup program.
  289.  
  290. WARNING: This program is protected by copyright law and international treaties.  Unauthorized reproduction or distribution of this program, or any portion of it, may result in severe civil and criminal penalties, and will be prosecuted to the maximum extent possible under law.
  291. ////////////////////////////////////////////////////////////////////
  292. ##    szWelcomeUpgrade
  293. //
  294. //    this is the upgrade screen welcome dialog box
  295. //
  296. Welcome to the Interstate '76 Upgrade installation program.
  297.  
  298. We recommend that you shut down all other Windows programs before continuing.  You may click cancel to quit Setup.
  299.  
  300. WARNING: This program is protected by copyright law and international treaties.  Unauthorized reproduction or distribution of this program, or any portion of it, may result in severe civil and criminal penalties, and will be prosecuted to the maximum extent possible under law.
  301. ////////////////////////////////////////////////////////////////////
  302. ##    szEreg
  303. //
  304. //    this is the ereg screen dialog text
  305. //
  306. Welcome to Activision's Electronic Registration Program!
  307.  
  308. By successfully registering your game now using your World Wide Web browser or modem, you will be entered in our MONTHLY DRAWING and get other GREAT SAVINGS on Activision games and merchandise.  It is quick, easy and toll-free.
  309.  
  310. Would you like to register at this time?
  311. ////////////////////////////////////////////////////////////////////
  312. //
  313. //    3D acceleration type Dialog Box Strings
  314. //    Displayed on the InstallShield GameType dialog box.
  315. //
  316. ##    szGameType0
  317. //
  318. Installs the software version only.
  319. //
  320. ##    szGameType1
  321. //
  322. Installs the hardware accelerated version.  Requires a 3D accelerator video card; 3Dfx or Rendition recommended.
  323. ////////////////////////////////////////////////////////////////////
  324. //
  325. //    SetupType Dialog Box Strings
  326. //    Displayed on the InstallShield SetupType dialog box.
  327. //
  328. ##    szSetupType0
  329. //
  330. Full installation.  Requires 130 MB of free hard disk space.
  331. //
  332. ##    szSetupType1
  333. //
  334. Full installation.  Requires 100 MB of free hard disk space.
  335. //
  336. ##    szSetupType2
  337. //
  338. Minimum installation.  Requires 70 MB of free hard disk space.  You may experience longer load times.
  339. ////////////////////////////////////////////////////////////////////
  340. //
  341. //    AskDestPath Dialog Box Strings
  342. //    Displayed on the InstallShield AskDestPath dialog box.
  343. //
  344. ##    szAskDestPath0
  345. //
  346. Setup is about to copy Interstate '76 Arsenal Demo files to your hard drive in the following directory:
  347. //
  348. ##    szAskDestPath1
  349. //
  350. Select Next to copy files or Choose Folder to change the install directory.
  351. //
  352. ##    szDiskSpaceWarning0
  353. //
  354. You donÆt have enough space on your hard drive for this install.  (You would need another
  355. //
  356. ##    szDiskSpaceWarning1
  357. //
  358. MB.)  Please choose a different directory.
  359. //
  360. ##    szDiskSpaceWarning2
  361. //
  362. You don't have enough space on your hard drive to upgrade Interstate '76.  (You would need another
  363. //
  364. ##    szDiskSpaceWarning3
  365. //
  366. MB.)  Please choose a different install type or press Cancel to abort.
  367. //
  368. ##    szCopying
  369. //
  370. Copying Interstate '76 Arsenal Demo program files...
  371. //
  372. ##    szCopyingUpgrade
  373. //
  374. Copying Interstate '76 Update files...
  375. ////////////////////////////////////////////////////////////////////
  376. //
  377. //    Finish Dialog Box Strings (for finish and finish/restart dialogs)
  378. //    Displayed on the InstallShield Finish dialog box.
  379. //
  380. ##    szFinish0
  381. //
  382. Installation is now complete.
  383. //
  384. ##    szFinish1
  385. //
  386. Your installation of DirectX 5 requires that you restart your computer before playing the Interstate '76 Arsenal Demo.  You may do so now by selecting Restart.
  387. //
  388. ##    szFinish2
  389. //
  390. Remember, you must restart before playing the Interstate '76 Arsenal Demo!
  391. //
  392. ##    szFinish3
  393. //
  394. Your installation of DirectX 5 requires that you restart your computer before playing the Interstate '76 Arsenal Demo.  You may do so now by selecting Restart, Finish.
  395. //
  396. ##    szFinish4
  397. //
  398. Remember, you must restart before playing Interstate '76!
  399. //
  400. ##    szFinish5
  401. //
  402. Don't forget to call the official Nitro Pack hotline for the latest tips and hints at 1-900-EEE-JJJJ
  403. ////////////////////////////////////////////////////////////////////
  404. //
  405. //    InstallShield warnings.
  406. //    Displayed when the user's system is missing one or more of
  407. //    the game's system requirements.
  408. //
  409. ##    szSystemRequirements1
  410. //
  411. Your system meets or exceeds the minimum system requirements.  Select Next to continue.
  412. //
  413. ##    szOSWarning
  414. //
  415. Windows 95 operating system.
  416. //
  417. ##    szCPUWarning
  418. //
  419. Pentium 90 or faster CPU.
  420. //
  421. ##    szRAMWarning
  422. //
  423. 16 MB of RAM.
  424. //
  425. ##    szCDROMSpeedWarning
  426. //
  427. CD-ROM should be 4x or faster.
  428. //
  429. ##    szTooManyWarning
  430. //
  431. Many of your computer components do not meet the requirements to play the Interstate '76 Arsenal Demo.  You may still choose to continue with the setup process.
  432. //
  433. ##    szTooManyUpgradeWarning
  434. //
  435. Many of your computer components do not meet the requirements to play the upgraded Interstate '76.  You may still choose to continue with the setup process.
  436. //
  437. ##    szErrorDetected
  438. //
  439. Warning: the following items on your system do not appear to meet the minimum system requirements.  You may still choose to continue with the setup process.
  440. ////////////////////////////////////////////////////////////////////
  441. //
  442. //    More InstallShield error messages. (wait to see if there are additional system requirements for the upgrade before
  443. //    changing strings to accomodate upgrade here.)
  444. //
  445. ##    ERROR_32BIT
  446. //
  447. The Interstate '76 Arsenal Demo requires a 32-bit operating system to install.
  448. //
  449. ##    ERROR_MOVEDATA
  450. //
  451. Errors occured during the move data process.  Refer to the copyerror.log file created on your desktop for details.
  452. //
  453. ##    ERROR_UNINSTSETUP
  454. //
  455. UnInstaller setup failed to initialize.  You may not be able to uninstall this product.
  456. //
  457. ##    szAskToQuit
  458. //
  459. Would you like to quit the Interstate '76 Arsenal Demo setup process?
  460. //
  461. ##    szUpgradeAskToQuit
  462. //
  463. Would you like to quit the Interstate '76 Upgrade process?
  464. //
  465. ##    szExitSetup
  466. //
  467. The Interstate '76 Arsenal Demo setup process has been terminated.
  468. //
  469. ##    szExitUpgrade
  470. //
  471. The Interstate '76 Upgrade process has been terminated. 
  472. //
  473. ##    szLanguageError
  474. //
  475. This product requires the English Language Windows 95/NT operating system. To find out if a version localized for your operating system is available for purchase, please contact your local Activision office.
  476. ////////////////////////////////////////////////////////////////////
  477. ##    szActivisionURL
  478. //
  479. //    localized activision web site URL
  480. //
  481. http://www.activision.com
  482. ////////////////////////////////////////////////////////////////////
  483. //
  484. //    help file command strings
  485. //
  486. ##    szHelpFile
  487. //
  488. readme.hlp
  489. //
  490. ##    szHelpPath
  491. //
  492. help\
  493. //
  494. ##    szTechnicalHelpCommand
  495. //
  496. help.exe readme.hlp 5
  497. //
  498. ##    szTechnicalHelpCommandSysReq
  499. //
  500. help.exe readme.hlp 2
  501. //
  502. ##    szTechnicalHelpCommandDirectX
  503. //
  504. help.exe readme.hlp 1
  505. ////////////////////////////////////////////////////////////////////
  506. //
  507. //    these lines are written below the play screen options
  508. //
  509. ##    szPlayText0
  510. //
  511. I76 Nitro in full screen mode.
  512. //
  513. ##    szPlayText1
  514. //
  515. I76 Nitro in a window.
  516. //
  517. ##    szPlayText2
  518. //
  519. Direct3D enhanced version of I76 Nitro.
  520. //
  521. ##    szPlayText3
  522. //
  523. Rendition enhanced version of I76 Nitro.
  524. //
  525. ##    szPlayText4
  526. //
  527. 3Dfx enhanced version of I76 Nitro.
  528. ////////////////////////////////////////////////////////////////////
  529. ////////////////////////////////////////////////////////////////////
  530. ////////////////////////////////////////////////////////////////////
  531. //
  532. //    ====BELOW ARE SOME OF THE SYMOBLS THAT MAY BE NEEDED====
  533. //    ==========FOR YOUR COPY-N-PASTING PLEASURES=============
  534. //
  535. //    ASCII Value    Symbol
  536. //    161        í
  537. //    162        ó
  538. //    163        ú
  539. //    164        ñ
  540. //    165        Ñ
  541. //    166        ª
  542. //    167        º
  543. //    168        ¿
  544. //    169        ⌐
  545. //    170        ¬
  546. //    171        ½
  547. //    172        ¼
  548. //    173        ¡
  549. //    174        «
  550. //    175        »
  551. //    176        ░
  552. //    177        ▒
  553. //    178        ▓
  554. //    179        │
  555. //    180        ┤
  556. //    181        ╡
  557. //    182        ╢
  558. //    183        ╖
  559. //    184        ╕
  560. //    185        ╣
  561. //    186        ║
  562. //    187        ╗
  563. //    188        ╝
  564. //    189        ╜
  565. //    190        ╛
  566. //    191        ┐
  567. //    192        └
  568. //    193        ┴
  569. //    194        ┬
  570. //    195        ├
  571. //    196        ─
  572. //    197        ┼
  573. //    198        ╞
  574. //    199        ╟
  575. //    200        ╚
  576. //    201        ╔
  577. //    202        ╩
  578. //    203        ╦
  579. //    204        ╠
  580. //    205        ═
  581. //    206        ╬
  582. //    207        ╧
  583. //    208        ╨
  584. //    209        ╤
  585. //    210        ╥
  586. //    211        ╙
  587. //    212        ╘
  588. //    213        ╒
  589. //    214        ╓
  590. //    215        ╫
  591. //    216        ╪
  592. //    217        ┘
  593. //    218        ┌
  594. //    219        █
  595. //    220        ▄
  596. //    221        ▌
  597. //    222        ▐
  598. //    223        ▀
  599. //    224        α
  600. //    225        ß
  601. //    226        Γ
  602. //    227        π
  603. //    228        Σ
  604. //    229        σ
  605. //    230        µ
  606. //    231        τ
  607. //    232        Φ
  608. //    233        Θ
  609. //    234        Ω
  610. //    235        δ
  611. //    236        ∞
  612. //    237        φ
  613. //    238        ε
  614. //    239        ∩
  615. //    240        ≡
  616. //    241        ±
  617. //    242        ≥
  618. //    243        ≤
  619. //    244        ⌠
  620. //    245        ⌡
  621. //    246        ÷
  622. //    247        ≈
  623. //    248        °
  624. //    249        ∙
  625. //    250        ·
  626. //    251        √
  627. //    252        ⁿ
  628. //    253        ²
  629. //    254        ■
  630. //    255         
  631. //
  632. ////////////////////////////////////////////////////////////////////
  633. //
  634. //    =======DO NOT ALTER ANYTHING BELOW THIS LINE=======
  635. //    ====THIS IS THE LAST LINE OF THE "STRINGS" FILE====